Click or drag to resize

NewMailEvent Class

Represents an event that is triggered by a new mail item in a mailbox.
Inheritance Hierarchy

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class NewMailEvent : Event

The NewMailEvent type exposes the following members.

Constructors
  NameDescription
Public methodNewMailEvent
Initializes a new instance of the NewMailEvent class.
Top
Properties
  NameDescription
Public propertyId
Represents the identifier of a new mail item.
Public propertyParentFolderId
Represents the identifier of the parent folder of the new mail item.
Public propertyTimeStamp
Represents the timestamp of the arrival of a new mail item in a mailbox.
Public propertyWatermark (Inherited from Event.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also